home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 38 / PC Gamer IT CD 38 2-2.iso / Requiem / data1.cab / USA_Req / Models / damage.txt < prev    next >
Text File  |  1998-11-17  |  1KB  |  43 lines

  1. # Anything after the pound symbol is a comment
  2. # P, representing a projectile, is followed by the numerical missile type of the projectile, 
  3. #    the default damage, and the default radius    (and then followed by the name of the missile type for reference)
  4. # O, representing an offensive power, is followed by the index, essence charged, and damage inflicted
  5. # D, representing a defensive power, is followed by the index, essence charged, and damage inflicted/healed
  6. # M, representing a maneuver power, is followed by the index and essence charged
  7. # I, representing an interactive power, is followed by the index, essence charged, and damage inflicted/healed 
  8. #
  9. # start with the projectiles
  10. P1    10  0.00f # MT_SLUG
  11. P2    40    0.00f # MT_LASER
  12. P3    250 36.0f # MT_GRENADE
  13. P4    125    0.00f # MT_RAIL
  14. P5  150 36.0f # MT_ROCKET
  15. P6  15  0.00f # MT_SHELL
  16. # offensive powers
  17. O0    10    20    # Push
  18. O1      27    150    # Energyball
  19. O2      14      105     # Brimstone
  20. O3    10    10    # Bloodboil
  21. O4    6    40    # Holy Lightning
  22. O5    30    20    # Plague
  23. O6    30    0    # To Salt
  24. O7    40    30    # Shockwave
  25. # defensive powers
  26. #D0    15    0    # Protection
  27. D0    20    20    # Healing
  28. D1    2    0    # Deflection
  29. D2    4    0    # Holy Light
  30. D3    50    0    # Banishment
  31. # maneuvering powers
  32. M0    10    # Enhanced Speed
  33. M1    30    # Water Walk
  34. M2    15    # Flight (enhanced jump)
  35. #M3    30    # Teleport (space jump)
  36. M3    35    # Slow Time
  37. # interactive powers
  38. I0    20    20    # Heal Other
  39. I1    35    0    # Insist
  40. I2    50    30    # Resurrect
  41. I3    40    50    # Inhabit
  42. I4    70    0    # Create Rift
  43.